const runtime._Pgcstop
11 uses
runtime (current package)
proc.go#L1581: gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
proc.go#L1588: if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
proc.go#L1608: pp.status = _Pgcstop
proc.go#L1645: if pp.status != _Pgcstop {
proc.go#L3079: pp.status = _Pgcstop
proc.go#L3232: pp.status = _Pgcstop
proc.go#L4570: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L5632: pp.status = _Pgcstop
runtime2.go#L151: _Pgcstop
tracestatus.go#L90: case _Pidle, _Pgcstop:
tracestatus.go#L92: if pp.status == _Pgcstop && inSTW {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)